2.8.3. Response
Parametrs
| Parameter | Description | Mandatory | Type | Notes |
|---|---|---|---|---|
| status | "success" | |||
| terminal_id | ID of the created terminal | Integer | ||
| config_version_id | ID of the terminal configuration | Integer |
{
"status": "success",
"terminal_id": 0,
"config_version_id": 0
}
Field Descriptions:
- status – response status (“success”), string
- terminal_id – ID of the created terminal, integer
- config_version_id – terminal configuration ID, integer
Exit codes:
200 - successful
401 - Authentication Error
406 - Error in request parameters